Skip to content

Conversation

@BaeKwangho
Copy link
Contributor

@BaeKwangho BaeKwangho commented Nov 17, 2025

답안 제출 문제

작성자 체크 리스트

  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

검토자 체크 리스트

Important

본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!

  • 바로 이전에 올라온 PR에 본인을 코드 리뷰어로 추가해주세요.
  • 본인이 검토해야하는 PR의 답안 코드에 피드백을 주세요.
  • 토요일 전까지 PR을 병합할 수 있도록 승인해주세요.

@BaeKwangho BaeKwangho moved this from Solving to In Review in 리트코드 스터디 6기 Nov 20, 2025
Copy link
Member

@rivkode rivkode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

Comment on lines +21 to +26
왜 피보나치 수열 같을까? 일단 그렇게 값을 계산해보자.

시간 복잡도: O(n)
공간 복잡도: O(n)

근데 왜 피보나치인지는 생각해보고 업데이트 하기..
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 저도 똑같은 생각으로 접근했는데 제 결론은 이런 문제가 나왔을 때 유사한 패턴이 보이면 점화식 세우고 풀어보자! 였습니다. ㅎㅎ

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그러네요! 꿀팁 감사합니다. ㅎㅎ 점화식 중요한 것 같아요!!

Comment on lines +111 to +117
근데 어떻게든 못만듦.
*/

/**
어제 해답을 보았으니, 다시한번 풀어보자.
핵심은 투 포인터를 사용하는 것, 자료구조에 얽메이지 않는 것
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최대한 답변을 보시지 않고 끝까지 풀어보신다는게 아주 중요한 것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

공감해주셔서 감사합니다..!!!

Comment on lines +139 to +140
low++;
high--;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저는 처음에 여기서 한번 답을 찾았으면 break 로 끝내려고 했었는데 그렇게 되면 동일한 i 에 대해서 더 찾을 수 가 없는 예외케이스가 생기더라구요. 이 부분도 저는 문제풀면서 알게되었습니다 ㅎㅎ

@TonyKim9401 TonyKim9401 merged commit 9ccd6eb into DaleStudy:main Nov 23, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Completed in 리트코드 스터디 6기 Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

3 participants